home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -in_the_mag- / program_perfection / vbcc / amiga68k / include / proto / button.h < prev    next >
C/C++ Source or Header  |  2000-02-07  |  301b  |  18 lines

  1. #ifndef _PROTO_BUTTON_H
  2. #define _PROTO_BUTTON_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef CLIB_BUTTON_PROTOS_H
  8. #include <clib/button_protos.h>
  9. #endif
  10.  
  11. #include <inline/button_protos.h>
  12.  
  13. #ifndef __NOLIBBASE__
  14. extern struct Library *ButtonBase;
  15. #endif
  16.  
  17. #endif    /*  _PROTO_BUTTON_H  */
  18.